C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetViewForSupplementaryElement Method

In This Topic
GetViewForSupplementaryElement Method
In This Topic
Syntax
'Declaration
 
Public Overrides Function GetViewForSupplementaryElement( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal elementKind As Foundation.NSString, _
   ByVal indexPath As Foundation.NSIndexPath _
) As UIKit.UICollectionReusableView
 

Parameters

collectionView
elementKind
indexPath
See Also